-
Notifications
You must be signed in to change notification settings - Fork 1
feat(iam): access key operations #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Greptile OverviewGreptile SummaryThis PR refactors the CI release process by removing Major Issues:
Changes:
Confidence Score: 1/5
Important Files Changed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 files reviewed, 2 comments
31b47e7 to
8e925da
Compare
8e925da to
aa8a8dc
Compare
a6202de to
821a2b7
Compare
821a2b7 to
384b04b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| error: new Error( | ||
| 'Invalid request, cannot assign wildcard bucket role to multiple buckets' | ||
| ), | ||
| }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misleading error message for wildcard role validation
Low Severity
The error message "cannot assign wildcard bucket role to multiple buckets" is shown for two different validation failures: attempting to assign a wildcard with multiple buckets, and attempting to assign a wildcard with a non-NamespaceAdmin role. The message is misleading for the second case where the issue is the role type, not multiple buckets.
|
🎉 This PR is included in version 2.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Note
Introduces access key management to the IAM SDK and updates release/CI.
listAccessKeys,createAccessKey,getAccessKey,removeAccessKey,assignBucketRoles,revokeAllBucketRolesand exports them fromindex.tsURLSearchParamsbodies for signing and request payloads to support IAM form-encoded endpointsrelease.config.base.cjs, per-packagerelease.config.cjs) and a newscripts/release.shto publish in dependency order; updates GitHub Actions (renamed PR checks, add integration tests, release job runs the script); bumps semantic-release plugins*.cjsin ESLintWritten by Cursor Bugbot for commit 384b04b. This will update automatically on new commits. Configure here.